【例子介绍】C#wpf bing中国地图
【相关图片】
【源码结构】
.
├── MapDemo
│ ├── MapDemo
│ │ ├── AMapTitleLayer.cs
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── BingAMapExample.xaml
│ │ ├── BingAMapExample.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MapDemo.csproj
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PushpinModel.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── MapDemo.exe
│ │ │ │ ├── MapDemo.exe.config
│ │ │ │ ├── MapDemo.pdb
│ │ │ │ ├── Microsoft.Maps.MapControl.WPF.dll
│ │ │ │ └── Microsoft.Maps.MapControl.WPF.xml
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── BingAMapExample.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── MapDemo.Properties.Resources.resources
│ │ │ ├── MapDemo.csproj.AssemblyReference.cache
│ │ │ ├── MapDemo.csproj.CopyComplete
│ │ │ ├── MapDemo.csproj.CoreCompileInputs.cache
│ │ │ ├── MapDemo.csproj.FileListAbsolute.txt
│ │ │ ├── MapDemo.csproj.GenerateResource.cache
│ │ │ ├── MapDemo.csproj.SuggestedBindingRedirects.cache
│ │ │ ├── MapDemo.exe
│ │ │ ├── MapDemo.g.resources
│ │ │ ├── MapDemo.pdb
│ │ │ ├── MapDemo_MarkupCompile.cache
│ │ │ ├── MapDemo_MarkupCompile.i.cache
│ │ │ ├── MapDemo_MarkupCompile.lref
│ │ │ └── TempPE
│ │ └── packages.config
│ ├── MapDemo.sln
│ └── packages
│ └── Microsoft.Maps.MapControl.WPF.1.0.0.3
│ ├── Microsoft.Maps.MapControl.WPF.1.0.0.3.nupkg
│ └── lib
│ └── net40-Client
│ ├── Microsoft.Maps.MapControl.WPF.dll
│ └── Microsoft.Maps.MapControl.WPF.xml
└── wpf bing地图_MapDemo.rar
13 directories, 48 files
评论